.comp_upload {
  display: inline-block;
  width: 80px;
  margin-right: 10px;
  text-align: center;
  position: relative;
  min-height: 100px;
  vertical-align: top;
  cursor: pointer;
  margin-bottom: 20px;
}
label.comp_upload_wrap {
  width: 80px ;
  height: 80px;
  border: 2px dotted #ccc;


  line-height: 80px;
  text-align: center;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  display: inline-block;

}
.comp_upload_wrap:hover {
  background-color: #eee;
}
.comp_upload_wrap input.comp_upload_file {
  width: 100%;
  height: 100%;
  border: none;
  display: inline-block;
  cursor: pointer;
  background-color: transparent;
  position: absolute;
  top:0px;
  left: -300px;


}
.comp_upload_wrap figure {
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
.comp_upload_wrap figure img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  display: inline-block;
  margin-top: -3px;
}
.comp_upload_icon {;
 color:#999;;
}
/*.comp_upload_title{font-size: 12px; color: #999999;display: inline-block; width:@w;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;word-break: keep-all; height: 20px; line-height: 20px;}*/
.comp_upload_title {
  font-size: 12px;
  color: #999999;
  display: inline-block;
  line-height: 18px;
}
